home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #11 / CD 11 (Black) - 2001.iso / FAVORG / FAVO_SRC.ZIP / FavOrgView.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-10-25  |  4.6 KB  |  156 lines

  1. // FAVORG Version 1.1
  2. // Copyright (c) 2000 Ziff Davis Media, Inc.
  3. // All rights reserved.
  4. // First Published in PC Magazine, US Edition, November 7, 2000.
  5. // Programmer: Patrick Philippot
  6.  
  7. /////////////////////////////////////////////////////////////////////////////
  8.  
  9. #if !defined(AFX_FAVORGVIEW_H__26438FD2_6785_11D4_908E_00A0249EABF4__INCLUDED_)
  10. #define AFX_FAVORGVIEW_H__26438FD2_6785_11D4_908E_00A0249EABF4__INCLUDED_
  11.  
  12. #if _MSC_VER > 1000
  13. #pragma once
  14. #endif // _MSC_VER > 1000
  15.  
  16.  
  17. class CFavOrgView : public CFormView
  18. {
  19. protected: // create from serialization only
  20.     CFavOrgView();
  21.     DECLARE_DYNCREATE(CFavOrgView)
  22.  
  23. public:
  24.     //{{AFX_DATA(CFavOrgView)
  25.     enum { IDD = IDD_FAVORG_FORM };
  26.     CProgressCtrl    m_ctlProgress;
  27.     //}}AFX_DATA
  28.  
  29.     CLegendDlg*        m_pdlgLegend;
  30.  
  31. private:
  32.     CFavOrgTreeCtl    m_ctlFavTree;
  33.     BOOL            m_bInitialUpdate;
  34.  
  35.     int                m_nRightOffset1;
  36.     int                m_nRightOffset2;
  37.     int                m_nBottomOffset;
  38.     int                m_nTreeOffsetH;
  39.     int                m_nTreeOffsetV;
  40.     int                m_nProgressOffsetH;
  41.     int                m_nProgressOffsetVTop;
  42.     int                m_nProgressOffsetVBottom;
  43.     BOOL            m_bSizeInit;
  44.     BOOL            m_bLocked;
  45.     CStatusBar*        m_pStatusBar;
  46.  
  47. // Attributes
  48. public:
  49.     CFavOrgDoc* GetDocument();
  50.  
  51. // Operations
  52. public:
  53.  
  54. // Overrides
  55.     // ClassWizard generated virtual function overrides
  56.     //{{AFX_VIRTUAL(CFavOrgView)
  57.     public:
  58.     virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  59.     protected:
  60.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  61.     virtual void OnInitialUpdate(); // called first time after construct
  62.     virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
  63.     //}}AFX_VIRTUAL
  64.  
  65. // Implementation
  66. public:
  67.     virtual ~CFavOrgView();
  68.     
  69.     BOOL    IsLocked() {return m_bLocked;};
  70.  
  71. #ifdef _DEBUG
  72.     virtual void AssertValid() const;
  73.     virtual void Dump(CDumpContext& dc) const;
  74. #endif
  75.  
  76.     void    ShowLegend(BOOL bShow);
  77.  
  78. // Generated message map functions
  79. protected:
  80.     //{{AFX_MSG(CFavOrgView)
  81.     afx_msg void OnReplaceUrlAllowed();
  82.     afx_msg void OnAssignThis();
  83.     afx_msg void OnCancelAction();
  84.     afx_msg void OnCustomIcon();
  85.     afx_msg void OnDeleteByState();
  86.     afx_msg void OnGenerateLog();
  87.     afx_msg void OnGo();
  88.     afx_msg void OnEditUrl();
  89.     afx_msg void OnOptions();
  90.     afx_msg void OnPickIcon();
  91.     afx_msg void OnRefresh();
  92.     afx_msg void OnRemove();
  93.     afx_msg void OnResetDeadLinks();
  94.     afx_msg void OnShowLegend();
  95.     afx_msg void OnUpdateAssignThis(CCmdUI* pCmdUI);
  96.     afx_msg void OnUpdateCustomIcon(CCmdUI* pCmdUI);
  97.     afx_msg void OnUpdateDeleteByState(CCmdUI* pCmdUI);
  98.     afx_msg void OnUpdateGenerateLog(CCmdUI* pCmdUI);
  99.     afx_msg void OnUpdateNewUrl(CCmdUI* pCmdUI);
  100.     afx_msg void OnUpdatePickIcon(CCmdUI* pCmdUI);
  101.     afx_msg void OnUpdateRemove(CCmdUI* pCmdUI);
  102.     afx_msg void OnUpdateShowLegend(CCmdUI* pCmdUI);
  103.     afx_msg void OnPaint();
  104.     afx_msg void OnDestroy();
  105.     afx_msg void OnSize(UINT nType, int cx, int cy);
  106.     afx_msg void OnFindFavicons();
  107.     afx_msg void OnDispInfo();
  108.     afx_msg void OnUpdateDispInfo(CCmdUI* pCmdUI);
  109.     afx_msg void OnExpandAll();
  110.     afx_msg void OnExpandCurrent();
  111.     afx_msg void OnUpdateExpandCurrent(CCmdUI* pCmdUI);
  112.     afx_msg void OnCollapseAll();
  113.     afx_msg void OnUpdateCollapseAll(CCmdUI* pCmdUI);
  114.     afx_msg void OnUpdateExpandAll(CCmdUI* pCmdUI);
  115.     afx_msg void OnSelectNone();
  116.     afx_msg void OnUpdateSelectNone(CCmdUI* pCmdUI);
  117.     afx_msg void OnCollapseCurrent();
  118.     afx_msg void OnUpdateCollapseCurrent(CCmdUI* pCmdUI);
  119.     afx_msg void OnViewReport();
  120.     afx_msg void OnUpdateViewReport(CCmdUI* pCmdUI);
  121.     //}}AFX_MSG
  122.     DECLARE_MESSAGE_MAP()
  123.  
  124.     void    OnStatus(UINT nID);
  125.     void    OnUpdateStatus(CCmdUI* pCmdUI);
  126.     void    OnUpdateCancelAction(CCmdUI* pCmdUI);
  127.     void    OnUpdateAllowUpdate(CCmdUI* pCmdUI);
  128.     void    OnUpdateFindFavIcons(CCmdUI* pCmdUI);
  129.     void    OnUpdateGo(CCmdUI* pCmdUI);
  130.     void    OnUpdateRefresh(CCmdUI* pCmdUI);
  131.     void    OnUpdateResetDeadLinks(CCmdUI* pCmdUI);
  132.     
  133.     void    DisableCommands(BOOL bDisable);
  134.     afx_msg LRESULT OnIdleUpdateCmdUI(WPARAM , LPARAM);
  135.  
  136.     void    DisplayFavNum();
  137.     void    FakeInitialUpdate();
  138.  
  139.     LRESULT OnUnlock(WPARAM wParam, LPARAM lParam);
  140.     LRESULT OnDispMsg(WPARAM wParam, LPARAM lParam);
  141.     LRESULT OnDispIcon(WPARAM wParam, LPARAM lParam);
  142.     LRESULT OnRefreshCount(WPARAM wParam, LPARAM lParam);
  143. };
  144.  
  145. #ifndef _DEBUG  // debug version in FavOrgView.cpp
  146. inline CFavOrgDoc* CFavOrgView::GetDocument()
  147.    { return (CFavOrgDoc*)m_pDocument; }
  148. #endif
  149.  
  150. /////////////////////////////////////////////////////////////////////////////
  151.  
  152. //{{AFX_INSERT_LOCATION}}
  153. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  154.  
  155. #endif // !defined(AFX_FAVORGVIEW_H__26438FD2_6785_11D4_908E_00A0249EABF4__INCLUDED_)
  156.